Uses of Annotation Interface
com.netscape.certsrv.acls.ACLMapping
Packages that use ACLMapping
Package
Description
-
Uses of ACLMapping in com.netscape.certsrv.authority
Methods in com.netscape.certsrv.authority with annotations of type ACLMappingModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AuthorityResource.createCA
(AuthorityData data) javax.ws.rs.core.Response
javax.ws.rs.core.Response
javax.ws.rs.core.Response
javax.ws.rs.core.Response
AuthorityResource.modifyCA
(String caIDString, AuthorityData data) Modify a CA (supports partial updates).javax.ws.rs.core.Response
-
Uses of ACLMapping in com.netscape.certsrv.cert
Methods in com.netscape.certsrv.cert with annotations of type ACLMappingModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AgentCertRequestResource.approveRequest
(RequestId id, CertReviewResponse data) javax.ws.rs.core.Response
AgentCertRequestResource.assignRequest
(RequestId id, CertReviewResponse data) javax.ws.rs.core.Response
AgentCertRequestResource.cancelRequest
(RequestId id, CertReviewResponse data) javax.ws.rs.core.Response
AgentCertRequestResource.listRequests
(String requestState, String requestType, RequestId start, Integer pageSize, Integer maxResults, Integer maxTime) Used to generate list of cert requests based on the search parametersjavax.ws.rs.core.Response
AgentCertRequestResource.rejectRequest
(RequestId id, CertReviewResponse data) javax.ws.rs.core.Response
AgentCertResource.reviewCert
(CertId id) javax.ws.rs.core.Response
AgentCertRequestResource.reviewRequest
(RequestId id) javax.ws.rs.core.Response
AgentCertResource.revokeCACert
(CertId id, CertRevokeRequest request) javax.ws.rs.core.Response
AgentCertResource.revokeCert
(CertId id, CertRevokeRequest request) javax.ws.rs.core.Response
AgentCertRequestResource.unassignRequest
(RequestId id, CertReviewResponse data) javax.ws.rs.core.Response
AgentCertResource.unrevokeCert
(CertId id) javax.ws.rs.core.Response
AgentCertRequestResource.updateRequest
(RequestId id, CertReviewResponse data) javax.ws.rs.core.Response
AgentCertRequestResource.validateRequest
(RequestId id, CertReviewResponse data) -
Uses of ACLMapping in com.netscape.certsrv.group
Classes in com.netscape.certsrv.group with annotations of type ACLMapping -
Uses of ACLMapping in com.netscape.certsrv.key
Classes in com.netscape.certsrv.key with annotations of type ACLMapping -
Uses of ACLMapping in com.netscape.certsrv.logging
Methods in com.netscape.certsrv.logging with annotations of type ACLMappingModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AuditResource.changeAuditStatus
(String action) javax.ws.rs.core.Response
AuditResource.findAuditFiles()
javax.ws.rs.core.Response
AuditResource.getAuditConfig()
javax.ws.rs.core.Response
AuditResource.getAuditFile
(String filename) javax.ws.rs.core.Response
AuditResource.updateAuditConfig
(AuditConfig configData) -
Uses of ACLMapping in com.netscape.certsrv.profile
Methods in com.netscape.certsrv.profile with annotations of type ACLMappingModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
ProfileResource.createProfile
(String profileData) javax.ws.rs.core.Response
ProfileResource.createProfileRaw
(byte[] data) javax.ws.rs.core.Response
ProfileResource.deleteProfile
(String id) javax.ws.rs.core.Response
ProfileResource.listProfiles
(Integer start, Integer size, Boolean visible, Boolean enable, String enableBy) javax.ws.rs.core.Response
ProfileResource.modifyProfile
(String id, String modifyProfileRequest) javax.ws.rs.core.Response
ProfileResource.modifyProfileRaw
(String id, byte[] data) javax.ws.rs.core.Response
ProfileResource.modifyProfileState
(String id, String action) javax.ws.rs.core.Response
ProfileResource.retrieveProfile
(String id) javax.ws.rs.core.Response
ProfileResource.retrieveProfileRaw
(String id) -
Uses of ACLMapping in com.netscape.certsrv.selftests
Classes in com.netscape.certsrv.selftests with annotations of type ACLMappingMethods in com.netscape.certsrv.selftests with annotations of type ACLMappingModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
SelfTestResource.executeSelfTests
(String action) javax.ws.rs.core.Response
SelfTestResource.runSelfTest
(String selfTestID) javax.ws.rs.core.Response
SelfTestResource.runSelfTests()
-
Uses of ACLMapping in com.netscape.certsrv.system
Classes in com.netscape.certsrv.system with annotations of type ACLMappingMethods in com.netscape.certsrv.system with annotations of type ACLMappingModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
SecurityDomainResource.addHost
(SecurityDomainHost host) javax.ws.rs.core.Response
TPSConnectorResource.createSharedSecret
(String id) javax.ws.rs.core.Response
TPSConnectorResource.deleteSharedSecret
(String id) javax.ws.rs.core.Response
SecurityDomainResource.getInstallToken
(String hostname, String subsystem) javax.ws.rs.core.Response
TPSConnectorResource.getSharedSecret
(String id) javax.ws.rs.core.Response
SecurityDomainResource.removeHost
(String hostID) javax.ws.rs.core.Response
TPSConnectorResource.replaceSharedSecret
(String id) -
Uses of ACLMapping in com.netscape.certsrv.tps.authenticator
Classes in com.netscape.certsrv.tps.authenticator with annotations of type ACLMappingMethods in com.netscape.certsrv.tps.authenticator with annotations of type ACLMappingModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AuthenticatorResource.addAuthenticator
(AuthenticatorData authenticatorData) javax.ws.rs.core.Response
AuthenticatorResource.changeStatus
(String authenticatorID, String action) javax.ws.rs.core.Response
AuthenticatorResource.removeAuthenticator
(String authenticatorID) javax.ws.rs.core.Response
AuthenticatorResource.updateAuthenticator
(String authenticatorID, AuthenticatorData authenticatorData) -
Uses of ACLMapping in com.netscape.certsrv.tps.connector
Classes in com.netscape.certsrv.tps.connector with annotations of type ACLMappingMethods in com.netscape.certsrv.tps.connector with annotations of type ACLMappingModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
ConnectorResource.addConnector
(ConnectorData connectorData) javax.ws.rs.core.Response
ConnectorResource.changeStatus
(String connectorID, String action) javax.ws.rs.core.Response
ConnectorResource.removeConnector
(String connectorID) javax.ws.rs.core.Response
ConnectorResource.updateConnector
(String connectorID, ConnectorData connectorData) -
Uses of ACLMapping in com.netscape.certsrv.tps.profile
Classes in com.netscape.certsrv.tps.profile with annotations of type ACLMappingMethods in com.netscape.certsrv.tps.profile with annotations of type ACLMappingModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
ProfileResource.addProfile
(ProfileData profileData) javax.ws.rs.core.Response
ProfileMappingResource.addProfileMapping
(ProfileMappingData profileMappingData) javax.ws.rs.core.Response
ProfileMappingResource.changeStatus
(String profileMappingID, String action) javax.ws.rs.core.Response
ProfileResource.changeStatus
(String profileID, String action) javax.ws.rs.core.Response
ProfileResource.removeProfile
(String profileID) javax.ws.rs.core.Response
ProfileMappingResource.removeProfileMapping
(String profileMappingID) javax.ws.rs.core.Response
ProfileResource.updateProfile
(String profileID, ProfileData profileData) javax.ws.rs.core.Response
ProfileMappingResource.updateProfileMapping
(String profileMappingID, ProfileMappingData profileMappingData) -
Uses of ACLMapping in com.netscape.certsrv.tps.token
Classes in com.netscape.certsrv.tps.token with annotations of type ACLMappingMethods in com.netscape.certsrv.tps.token with annotations of type ACLMappingModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
javax.ws.rs.core.Response
TokenResource.changeTokenStatus
(String tokenID, TokenStatus tokenStatus) javax.ws.rs.core.Response
TokenResource.modifyToken
(String tokenID, TokenData tokenData) javax.ws.rs.core.Response
TokenResource.removeToken
(String tokenID) javax.ws.rs.core.Response
TokenResource.replaceToken
(String tokenID, TokenData tokenData) -
Uses of ACLMapping in com.netscape.certsrv.user
Classes in com.netscape.certsrv.user with annotations of type ACLMapping -
Uses of ACLMapping in org.dogtagpki.common
Classes in org.dogtagpki.common with annotations of type ACLMappingMethods in org.dogtagpki.common with annotations of type ACLMappingModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
ConfigResource.updateConfig
(ConfigData configData) -
Uses of ACLMapping in org.dogtagpki.server.rest.v1
Methods in org.dogtagpki.server.rest.v1 with annotations of type ACLMapping